home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 2 / 95.TXT < prev   
Text File  |  1993-09-15  |  3KB  |  81 lines

  1. DOCUMENT:Q103295  14-SEP-1993  [W_NT]
  2. TITLE   :Using ARP in Windows NT Requires IP Activity or PING
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. The Address Resolution Protocol (ARP) is a utility program that you
  19. can run at the Windows NT command prompt to add, delete, or view the
  20. entries in the ARP table for IP and physical addresses. However, you
  21. may need to run the PING utility or any IP activity before you can
  22. execute the ARP.
  23.  
  24. MORE INFORMATION
  25. ================
  26.  
  27. The ARP, included as a part of the TCP/IP in Windows NT, is used to
  28. obtain the physical address corresponding to an IP address. ARP
  29. defines a broadcast-based method for dynamically translating between
  30. IP addresses and physical addresses.
  31.  
  32. Before you can send data between two network workstations, the
  33. physical addresses must be known. ARP gives you this capability: with
  34. ARP you do not need to know physical addresses and manually add them
  35. to a table.
  36.  
  37. System administrators can use the ARP utility program to construct and
  38. maintain a table of physical addresses corresponding to IP addresses.
  39. The address table is kept in the ARP cache. The physical address
  40. information is stored temporarily (9 minutes). However, the physical
  41. address of the host is always known and not shown when the ARP table
  42. is viewed. When this address is added manually to the table, it is
  43. shown as permanent.
  44.  
  45. To create and view the address table, do the following:
  46.  
  47. 1. Ping a known IP address at the command prompt.
  48.  
  49. 2. View the ARP table by running the following command:
  50.  
  51.       ARP -G
  52.  
  53. NOTE: The ARP entries are only added to the ARP cache when an ARP is
  54. done for that address. When PING is run and the ARP entry did not
  55. exist in the ARP cache, an ARP packet will be generated and upon
  56. response from the machine claiming the IP address, the ARP entry will
  57. be added to the ARP cache. You can use use PING or any IP-based
  58. activity. These entries will be temporary entries. You can also
  59. manually add ARP entries to the ARP cache by using ARP -A. If you use
  60. ARP -A, an ARP request will not be generated when communicating with a
  61. particular machine.
  62.  
  63. Additional reference words: 3.10
  64. KBCategory:
  65. KBSubCategary: tpip
  66.  
  67. =============================================================================
  68.  
  69. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  70. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  71. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  72. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  73. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  74. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  75. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  76. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  77. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  78. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  79. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  80.  
  81. Copyright Microsoft Corporation 1993.